Skip to content

fix(docs): update .NET LM Studio article and snippet references - #7679

Open
Jane Illarionova (JaneIllario) wants to merge 4 commits into
microsoft:mainfrom
JaneIllario:docs/fix-lmstudio-dotnet-example-6772
Open

fix(docs): update .NET LM Studio article and snippet references#7679
Jane Illarionova (JaneIllario) wants to merge 4 commits into
microsoft:mainfrom
JaneIllario:docs/fix-lmstudio-dotnet-example-6772

Conversation

@JaneIllario

Copy link
Copy Markdown
Contributor

Summary

  • update LM Studio .NET docs from legacy AutoGen.LMStudio/LMStudioAgent guidance to current AutoGen.OpenAI/OpenAIChatAgent usage
  • update PackageReference example from AutoGen.LMStudio to AutoGen.OpenAI
  • fix code snippet include paths to match the actual sample path casing (AutoGen.Basic.Sample)

Validation

  • built docs with DocFX; full site build reports unrelated pre-existing warnings/errors in this environment
  • verified generated page for this article renders snippets (no literal [!code-csharp] tokens)
  • verified rendered content includes using System.ClientModel; and new OpenAIChatAgent( from the sample

Fixes #6772

@codecov

codecov Bot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.36%. Comparing base (027ecf0) to head (021f9ed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7679      +/-   ##
==========================================
+ Coverage   81.23%   81.36%   +0.12%     
==========================================
  Files         244      244              
  Lines       18527    18527              
==========================================
+ Hits        15050    15074      +24     
+ Misses       3477     3453      -24     
Flag Coverage Δ
unittests 81.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nexoracontrol-ops

Copy link
Copy Markdown

@JaneIllario
Jane Illarionova (JaneIllario) force-pushed the docs/fix-lmstudio-dotnet-example-6772 branch from 05d5a6c to 021f9ed Compare May 13, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[.Net] The example is outdated

2 participants